home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / e! / user / rc.hd_ / rc.HDF
Encoding:
Text File  |  1995-03-05  |  2.4 KB  |  105 lines

  1. ; E! for Windows version 2.0
  2. ; Syntax Highlighting Definition file for Windows Resource Scripts
  3. ; ////////////////////////////////////////////////////////////////
  4.  
  5. ; Comments
  6.  
  7. Comment          /* */
  8. Comment          //
  9.  
  10. ; To define constants, use a regular expression. The syntax is the same as
  11. ; described in the EW documentation.
  12.  
  13. Const             [0-9]#
  14. Const             0x[0-9a-fA-F]
  15.  
  16. ; String delimiters
  17.  
  18. StringDelimiter "
  19. TokenDelimiters "',;.:*[]<>()=/+-#%|&!
  20. EscapeChar         \
  21.  
  22. ; Language keywords
  23.  
  24. Keyword           Accelerators
  25. Keyword           Begin
  26. Keyword           Bitmap
  27. Keyword           Block
  28. Keyword           Caption
  29. Keyword           Checkbox
  30. Keyword           Class
  31. Keyword           ComboBox
  32. Keyword           Control
  33. Keyword           CText
  34. Keyword           Cursor
  35. Keyword           DefPushButton
  36. Keyword           Dialog
  37. Keyword           EditText
  38. Keyword           End
  39. Keyword           Font
  40. Keyword           GroupBox
  41. Keyword           Icon
  42. Keyword           ListBox
  43. Keyword           LText
  44. Keyword           Menu
  45. Keyword           MenuItem
  46. Keyword           Popup
  47. Keyword           PushButton
  48. Keyword           RadioButton
  49. Keyword           RCData
  50. Keyword           RText
  51. Keyword           ScrollBar
  52. Keyword           Separator
  53. Keyword           StringTable
  54. Keyword           Style
  55. Keyword           Value
  56. Keyword           VersionInfo
  57.  
  58. ; The following provides support for Borland's BRC compiler
  59.  
  60. Keyword           {
  61. Keyword           }
  62.  
  63. ; We use the Function section to assign a color to secondary keywords
  64.  
  65. Function          ALT
  66. Function          ASCII
  67. Function          CHECKED
  68. Function          CONTROL
  69. Function          DISCARDABLE
  70. Function          FILEFLAGS
  71. Function          FILEFLAGSMASK
  72. Function          FILEOS
  73. Function          FILESUBTYPE
  74. Function          FILETYPE
  75. Function          FILEVERSION
  76. Function          FIXED
  77. Function          GRAYED
  78. Function          HELP
  79. Function          INACTIVE
  80. Function          LOADONCALL
  81. Function          MENUBARBREAK
  82. Function          MENUBREAK
  83. Function          MOVEABLE
  84. Function          NOINVERT
  85. Function          PRELOAD
  86. Function          PRODUCTVERSION
  87. Function          SHIFT
  88. Function          VIRTKEY
  89.  
  90. ; User Defined tokens (set #1) - We use this group to assign a color
  91. ; to the compiler directives
  92.  
  93. UserFunc1          ifdef
  94. UserFunc1          ifndef
  95. UserFunc1          include
  96. UserFunc1          if
  97. UserFunc1          elif
  98. UserFunc1          define
  99. UserFunc1          else
  100. UserFunc1          endif
  101. UserFunc1          undef
  102.  
  103. ; User Defined tokens (set #2)
  104. ; UserFunc2          xxxxx
  105.